}
/// Sort the contents of the struct for consistent hashing.
- /// Suggested if populated from a HashMap instead of a order-preserving data source
+ /// Suggested if populated from a HashMap instead of an order-preserving data source
pub fn sort(&mut self){
self.library_paths.sort();
self.library_links.sort();
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
"));
- sleep_ms(2000);
-
assert_that(p.cargo("build").arg("-v").env("RUST_LOG", "cargo::ops::cargo_rustc::fingerprint=info"),
execs().with_status(0).with_stderr("\
[FRESH] foo v0.5.0 ([..])